@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,input,textarea,p{margin:0;padding:0;font-size:14px;font-family:"Microsoft YaHei",Arial;}
html,body{color:#333}
body{background:#fff}
ul,ol,li{list-style:none}
a{color:#333;text-decoration:none;cursor: pointer;}
a:hover,a:focus{text-decoration:none;color: inherit;}
img{border:0}

.header {
    border-bottom: 1px solid #e5e5e5;
}


.content-body {
    width: 1321px;
    margin-left: auto;
    margin-right: auto;
}

.ts-body {
    width: 1710px;
    margin-left: auto;
    margin-right: auto;
}

.lx-nav {
    position: relative;
}

.logo {
    float: left;
    line-height: 100px;
}

.logo img {

}

.hxjd-nav {
    float: right;
}

.hxjd-nav > li {
    position: relative;
    float: left;
    z-index: 99;
}

.hxjd-nav > li > a {
    position: relative;
    display: block;
    width: 120px;
    text-align: center;
    font-size: 1.42em;
    line-height: 100px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    word-break: keep-all;
}

.hxjd-nav > li:first-child > a > span {
    border-left: none;
}

.hxjd-nav > li:last-child > a > span {
    border-right: none;
}

.hxjd-nav > li > a:hover, .hxjd-nav > li > a:focus, .hxjd-nav > li.active > a, .hxjd-nav > li.open > a {
    color: #ff4343;
}

.hxjd-nav > li:hover > a > span {
    border-left: none;
    border-right: none;
}


.hxjd-nav > li.open .erji {
    display: block;
}

.erji {
    position: absolute;
    display: none;
    width: 467px;
    left: 0;
    top: 101px;
    background: #fff;
    padding: 30px 20px;
    border-top: 1px solid #e6e6e6;
    z-index: 9;
}

.erji-nav {
    position: relative;
}

.erji-nav > li {
    float: none;
}

.erji-nav > li:last-child {
    border-bottom: none;
}

.erji-nav > li > a {
    display: block;
    width: 100%;
    border: none;
    font-size: 1em;
    color: #4c4c4c;
    line-height: 30px;
    padding: 0 15px;
}


.erji-nav > li > a:hover {
    color: #ff5050;
}

.search {
    float: right;
    padding-top: 32px;
    margin-left: 5px;
}

.ch-en {
    float: left;
    margin-top: 30px;
    margin-left: 50px;
}

.ch-en a, .ch-en span {
    font-size: 1em;
    color: #999;
    line-height: 30px;
}

.search-body {
    float: left;
    text-align: right;
    margin-left: 20px;
}

.h-s {
    position: relative;
    width: 238px;
    height: 40px;
    display: inline-block;
    margin-right: 50px;
}

.h-s > input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    padding-left: 16px;
    outline: none;
    background: #fafafa;

}

.fdj {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 54px;
    height: 40px;

}

.fdj > button {
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 30px;
    border: none;
    color: #a9a9a9;
    background: url("../img/search.png") no-repeat center,#666;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

.fdj > button:hover {
    background: url("../img/search.png") no-repeat center,#ff4444;
}


input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dbdbdb;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dbdbdb;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dbdbdb;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dbdbdb;
}


footer {
    background: #2377be;
    padding: 50px 10px;
}

.left-qd {
    float: left;
}

.code {
    text-align: center;
}

.code .code-img {
    display: inline-block;
    width: 125px;
    height: 125px;
    background: #fff;
    padding: 5px;
}

.code div img {
    width: 100%;
    height: 100%;
}

.code h4 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 4px;
    color: #fff;
}

.code h4 > span {
    margin-right: 10px;
}

.left-qd > span {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    width: 320px;
    line-height: 50px;
    background: #a82224;
    margin-top: 40px;
    margin-bottom: 40px;
}

.right-list {
    float: left;
}

.right-list > li {
    float: left;
    margin-left: 90px;
    text-align: left;
    min-height: 150px;

}

.right-list > li:first-child {
    margin-left: 0;
}

.foot-code {
    float: right;
}

.foot-code > a {
    position: relative;
    display: inline-block;
    font-size: 1.28em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.foot-code > a:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #ff4444;
    left: 0;
    bottom: -1px;
}

.right-list > li > a {
    position: relative;
    display: inline-block;
    font-size: 1.28em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.right-list > li > a:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #ff4444;
    left: 0;
    bottom: -1px;
}

.er-list > li {

}

.er-list > li > a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    opacity: .6;
    margin-bottom: 20px;
}

.er-list > li > a:hover {
    opacity: 1;
    text-decoration: underline;
}

.filing {
    background: #1b5b92;
    color: #5f5f5f;
    line-height: 40px;
    text-align: center;
}

.filing span {
    color: #5e95c4;
    word-break: keep-all;
}

.language {
    position: relative;
}


.language > div {
    font-size: 1em;
    color: #666;
    cursor: pointer;
    background: url("../img/lg.png") no-repeat left center;
    padding-left: 24px;
    line-height: 40px;
}

.language > div > span {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 4px;
    background: url("../img/xjt.png") no-repeat;
    margin-left: 4px;
}

.language:hover > div {
    color: #2377be;
}

.lg-list {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    z-index: 99;
}

.lg-list li {
    text-align: center;
    border-bottom: 1px dashed #e6e6e6;
}

.lg-list li:last-child {
    border-bottom: none;
}

.lg-list li a:hover,.lg-list li a:focus {
    color: #f34205;
}

.warp1 {
    position: relative;
}

.warp2 {
    position: relative;
    padding: 90px 20px;
}

.warp3 {
    position: relative;
    background: url("../img/warp3.jpg") no-repeat;
    background-size: cover;
    padding: 90px 20px;
}

.guide-slider {
    width: 100%;
}

.guide-slider .guide {
    width: 171px;
    height: 110px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden
}

.guide-slider .guide .display {
    width: 171px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.guide-slider .guide.on:nth-child(1) .display{
    background: #41aaf4 ;
}

.guide-slider .guide.on:nth-child(2) .display{
    background: #2dcb95;
}

.guide-slider .guide.on:nth-child(3) .display{
    background: #37da3a;
}

.guide-slider .guide.on:nth-child(4) .display{
    background: #f58221;
}

.guide-slider .guide.on:nth-child(5) .display{
    background: #ee1c25
;
}

.guide-slider .guide.on:nth-child(6) .display{
    background: #ce43f1;
}

.guide-slider .guide .behind {
    width:220px;
    height: 110px;
    display: inline-block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.guide-slider .guide.on .behind {
    opacity: 1;
    transition: 1s;
}



.guide-slider .guide.on {
    width: 391px
}

.guide-slider .guide.on .display {
    border-right-color: transparent
}

.guide-slider .guide.on .display::after {
    top: 50%;
    margin-top: -5px
}


.jiance {
    position: absolute;
    left: 0;
    width: 100%;
    bottom:0;
    background: rgba(0,0,0,.3);
    z-index: 9;
}

.news-head {
    font-size: 1.71em;
    line-height: 36px;
    margin-bottom: 10px;

}

.news-head span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}

.news-left {
    float: left;
    width: 44%;
}

.news-tj-item {
    position: relative;
}

.news-tj-item img {
    width: 100%;
}

.news-tj-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background: rgba(0,0,0,.4);
    padding: 0 30px;
}

.news-tj-title span {
    font-size: 1em;
    color: #fff;
}

.news-right {
    float: left;
    width: 56%;
    padding-left: 50px;
}

.news-item {
    position: relative;
    margin-bottom: 10px;
}

.news-time {
    width: 98px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-day {
    text-align: center;
    font-size: 2.57em;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    line-height: 48px;
    background: #41aaf4;
    border-bottom: 1px solid #fff;
}

.news-mouth {
    text-align: center;
    font-size: 1.14em;
    font-family: Arial;
    color: #fff;
    line-height: 40px;
    background: #41aaf4;
}

.news-item-body {
    margin-left: 98px;
    margin-right: 46px;
    border: 1px solid #ccc;
    height: 89px;
    padding: 20px 20px 0;
}

.news-item-body h4 {
    font-size: 1.28em;
    color: #666;
    line-height: 26px;
}

.news-item-body p {
    font-size: 1em;
    color: #999;
    line-height: 26px;
}

.news-jt {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 89px;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: url("../img/news-jt.png") no-repeat center;
}

.news-item:hover .news-item-body {
    border-color: #2377be;
}

.news-item:hover .news-jt {
    background: url("../img/news-jt1.png") no-repeat center, #2377be;
    border-color: #2377be;
}

.swiper-container.honor {
    padding: 0 50px;
    margin-top: 60px;
}

.swiper-container.honor .swiper-slide {

}

.swiper-container.honor .swiper-slide img {
    text-align: center;
}

.swiper-container.honor .swiper-slide-prev.swiper-slide {
    visibility: hidden;
}

.swiper-container.honor .swiper-slide-duplicate-active.swiper-slide {
    visibility: hidden;
}

.honor-img {
    background: #fff;
    line-height: 193px;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
}

.honor-img img {
    max-width: 100%;
    max-height: 100%;
}

.honor-name {
    font-size: 1.14em;
    line-height: 26px;
    text-align: center;
    color: #666;
    margin-top: 5px;
}

.honor-item:hover .honor-img {
    border-color: #ff4444;
}

.honor-item:hover .honor-name {
    color: #ff4444;
}

.swiper-container.honor .swiper-button-prev {
    width: 34px;
    height: 34px;
    background: url("../img/honor-prev.png") no-repeat;
}

.swiper-container.honor .swiper-button-prev:hover {
    background: url("../img/honor-prev1.png") no-repeat;
}

.swiper-container.honor .swiper-button-next {
    width: 34px;
    height: 34px;
    background: url("../img/honor-next.png") no-repeat;
}

.swiper-container.honor .swiper-button-next:hover {
    background: url("../img/honor-next1.png") no-repeat;
}

.fl2 {
    margin-left: 30px;
}

.fl3 {
    margin-left: 120px;
}

.bdsharebuttonbox {
    text-align: center;
    margin-top: 10px;
}

.bdsharebuttonbox .news-share{
    position: static;
}


.news-share {
    position: absolute;
    display: inline-block !important;
    float: none !important;
    right: 0;
    background: none !important;
    padding-left: 0 !important;
    font-size: 1em !important;
    bottom: 10px !important;
    width: 110px !important;
    line-height: 42px !important;
    height: 42px !important;
    border-radius: 6px !important;
    border: 1px solid #fff !important;
    margin: 0 !important;
    text-align: center;
    color: #fff !important;
}

.news-share span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-top: -4px;
    background: url("../img/share.png") no-repeat;
}

.sr-bdimgshare {
    display: none !important;
}

.news-share:hover {
    color: #f34205;
}

.ej-left {
    float: left;
    width: 35%;
}

.ej-right {
    float: left;
    width: 65%;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    padding-bottom: 20px;
}

.ej-right-img {

}

.ej-right-img img {
    width: 100%;
}

.ej-right p {
    font-size: 1em;
    color: #808080;
    line-height: 22px;
    margin-top: 10px;
}

.bread-crumbs {
    text-align: right;
    background: #f7f7f7;
    line-height: 70px;
    padding: 0 20px;
}

.bread-crumbs span {
    font-size: 1em;
    color: #666;
}

.bread-crumbs a {
    font-size: 1em;
    color: #666;
}

.bread-crumbs a:hover, .bread-crumbs a.active {
    color: #ff5050;
}

.menu {
    background: #fff;
    overflow: hidden;
}

/* lv1 */
.menu li.level1 > a {
    position: relative;
    display: block;
    padding-left: 45px;
    height: 60px;
    line-height: 60px;
    background: #fafafa;
    font-size: 1.14em;
    color: #4c4c4c;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.menu li.level1 > a:hover {
    text-decoration: none;
}

.menu li.level1 > a.current {
    background: #288ce1;
    color: #fff;
    border: none;
}

/* lv2 */
.menu li ul {
    overflow: hidden;
}

.menu li ul.level2 {
    display: none;
    padding: 10px 0;
    background: #d2e2f0;

}

.menu li ul.level2.active {
    display: block;
}

.menu li ul.level2 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 1.14em;
    color: #666;
    border-top: 0px solid #fff;
    padding-left: 45px;
    overflow: hidden;
}

.menu li ul.level2 li a span {
    display: none;
    vertical-align: middle;
    width: 10px;
    height: 16px;
    background: url("../img/menu-jt.png") no-repeat;
    margin-top: -2px;
    margin-right: 10px;
}

.menu li ul.level2 li a:hover,.menu li ul.level2 li a.active {
    color: #fff;
    background: #288ce1;
}

.menu li ul.level2 li a:hover span,.menu li ul.level2 li a.active span {
    display: inline-block;
}

.detail-content {
    position: relative;
    min-height: 600px;
    padding: 50px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.left-menu {
    position: absolute;
    width: 210px;
    left: 0;
    top: -70px;
}

.menu li.level1 > a > span {
    float: right;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/dakai.png") no-repeat;
    margin-right: 20px;
    margin-top: 25px;
}

.menu li.level1 > a.current > span {
    background: url("../img/guanbi.png") no-repeat;
}
.inner-containor {
    position: relative;
    min-height: 600px;
}

.left-menu-top {
    font-size: 1.85em;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    background: #005faf;
    text-align: center;
}

.inner-right {
    margin-left: 270px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-detail {

}

.inner-detail img {
    max-width: 100%;
}

.inner-detail p {
    font-size: 1em;
    line-height: 26px;
    color: #808080;
}

.yeji-fb {
    text-align: center;
    background: url("../img/yejibg.jpg");
    padding: 10px;
}

.yeji-fb img {
    max-width: 100%;
}

.yeji-item {
    position: relative;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.yeji-left {
    float: left;
    width: 65%;
}

.yeji-gs {
    float: left;
    width: 45%;
    padding-top: 35px;
    margin-left: 5%;
}

.yeji-gs h4 {
    font-size: 1.28em;
    line-height: 26px;
    font-weight: bold;
    color: #4c4c4c;
}

.yeji-gs p {
    font-size: 1em;
    line-height: 26px;
    color: #2377be;
}

.yeji-msg {
    float: left;
    width: 45%;
    padding-top: 35px;
    margin-left: 5%;
}

.yeji-msg p {
    font-size: 1em;
    line-height: 26px;
    color: #4c4c4c;
}

.yeji-img {
    float: right;
    width: 35%;
}

.yeji-box {
    margin-top: 40px;
}

.honor-box {

}

.honor-box .honor-item {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.honor-box .honor-item:nth-child(3n+1) {
    margin-left: 0;
}


.member-page {
    margin-top: 30px;
}

.member-page .pagination > li {
}

.member-page .pagination > li > a,
.member-page.pagination > li > span {
    background: #fff;
    color: #333;
    border: 1px solid #e6e6e6;
    margin-left: 10px;
    padding: 10px 16px;
}

.member-page .pagination > li.active > a,
.member-page.pagination > li.active > span,
.member-page .pagination > li > a:hover,
.member-page.pagination > li > span:hover,
.member-page .pagination > li > a:focus,
.member-page.pagination > li > span:focus {
    color: #fff;
    background-color: #ff5050;
    border-color: #ff5050;
}

.product-item {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 40px;
}

.product-item:nth-child(3n+1) {
    margin-left: 0;
}

.pd-img {
    line-height: 270px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.pd-img img {
    transition: 0.6s;
}

.pd-title {
    text-align: center;
    line-height: 50px;
    background: #e6e6e6;
    font-size: 1.14em;
    color: #666;
}

.product-item:hover .pd-img {
    border-color: #ff5050;
}

.product-item:hover .pd-img img {
    transform: scale(1.2);
}

.product-item:hover .pd-title {
    background: #ff5050;
    color: #fff;
}

.pd-show-img {
    float: left;
    width: 50%;
}

.pd-s-img {
    background: #f2f2f2;
    line-height: 320px;
    text-align: center;
}

.pd-jieshao {
    float: left;
    width: 50%;
    padding: 35px;
}

.pd-jieshao h4 {
    font-size: 1.28em;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pd-detail {
    margin-top: 30px;
}

.pdd-title {}

.pdd-title .pdd-s-1 {
    font-size: 1em;
    color: #ff5050;
    line-height: 26px;
}

.pdd-title .pdd-s-2 {
    font-size: 1em;
    color: #808080;
    line-height: 26px;
}

.pd-detail-img .swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

.pd-detail-img .swiper-pagination-bullet-active {
    background: #ff5050;
}

.sbanner img {
    width: 100%;
}

.case-sm {
    position: relative;
}

.case-sm img {
    width: 100%;
}

.case-sm-msg {
    width: 280px;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    right: 50px;
    top: 0;
}

.case-sm-msg div {
    background: #f66d70;
    padding: 50px 25px;
}

.case-sm-msg div h4 {
    font-size: 1.28em;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    margin-bottom:25px;
}

.case-sm-msg div p {
    font-size: 1em;
    color: #fff;
    line-height: 26px;
}

.fuwufb {
    position: relative;
    background: #f7f7f7;
    text-align: center;
    padding: 20px;
}


.fuwufb-title {
    position: absolute;
    width: 175px;
    left: 0;
    top: 45px;
    background: #79b5e8;
    line-height: 40px;
    font-size: 1.28em;
    color: #fff;
    font-weight: bold;
}

.inner-case-title {
    text-align: center;
    padding: 50px;
}

.inner-case-title span {
    width: 175px;
    line-height: 40px;
    display: inline-block;
    font-size: 1.28em;
    font-weight: bold;
    color: #fff;
    background: #2377be;
}

.case-item {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.case-item:nth-child(2n+1) {
    margin-left: 0;
}

.case-item img {
    width:100%;
}

.case-name {
    position: absolute;
    width:100%;
    left: 0;
    bottom: 0;
    font-size: 1em;
    color: #fff;
    line-height: 42px;
    background: rgba(0,0,0,.6);
    padding-left: 30px;
    z-index: 1;
}

.case-zz {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(35,119,190,.8);
    z-index: 9;
}

.zz-content {
    text-align: center;
    padding: 0 40px;
}

.zz-content h4 {
    font-size: 1.28em;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}

.zz-content p {
    font-size: 1em;
    color: #fff;
    line-height: 26px;
}

.case-item:hover .case-zz {
    display: flex;
}

.case-item:hover .case-name {
    display: none;
}

.news-list-item {
    position: relative;
    min-height: 140px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.news-list-time {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 120px;
    background: #f7f7f7;
}

.news-lt-day {
    position: relative;
    text-align: center;
    font-size: 2.57em;
    line-height: 70px;
    font-weight: bold;
    color: #ff5050;
}

.news-lt-day:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #ff5050;
    margin-left: -10px;
    left: 50%;
    bottom: 0;
}

.news-lt-mouth {
    font-size: 1em;
    color: #ff5050;
    line-height: 50px;
    text-align: center;
}

.news-list-msg {
    margin-left: 130px;
    padding-top: 20px;
}

.news-list-msg h4 {
    font-size:1.28em;
    color: #4c4c4c;
    line-height: 26px;
    margin-bottom: 10px;
}

.news-list-msg p {
    font-size:1em;
    color: #999;
    line-height: 26px;
}

.news-list-item:hover {
    border-bottom-color: #ff5050;
}

.news-list-item:hover .news-list-time {
    background: #ff5050;
}

.news-list-item:hover .news-lt-day, .news-list-item:hover .news-lt-mouth {
    color: #fff;
}

.news-list-item:hover .news-lt-day:before {
    background: #fff;
}

.news-list-item:hover .news-list-msg h4 {
    color: #ff5050;
}

.news-detail-title {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding-bottom: 20px;
}

.news-detail-title h4 {
    font-size: 1.28em;
    color: #4c4c4c;
    line-height: 26px;
    margin-bottom: 10px;
}

.news-detail-title p {
    font-size: 1.28em;
    color: #999;
    line-height: 26px;

}

.news-detail-content {
    padding: 20px 0;
}

.news-detail-content img {
    max-width: 100%;
}


.web-mod-08 .box-title {
    background: #0772b9;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0 10px;
}
.web-mod-08 .box-title .add {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
}
.web-mod-08 .box {
    padding: 0;
    margin-bottom: 1px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.web-mod-08 .box.active {
    background: #fff;
}

.web-mod-08 .box:first-child {
    background: #e6e6e6;
}

.web-mod-08 .box .b-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.web-mod-08 .box .b-title .ll-name {
    font-size: 1em;
    color: #4c4c4c;
}

.web-mod-08 .box:first-child .b-title .ll-name {
    font-size: 1em;
    color: #4c4c4c;
}

.web-mod-08 .box .b-title .add {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
}

.web-mod-08 .box .b-title .add span{
    display: inline-block;
    width: 20%;
    font-size: 1em;
    color: #2479b6;
    margin-left: 30px;

}

.web-mod-08 .box:first-child .b-title .add span {
    font-size: 1.14em;
    font-weight: bold;
    color: #333;
}

.web-mod-08 .box .b-title .t-r img {
    vertical-align: middle;
    margin-top: -3px;
}
.web-mod-08 .box .b-title.current {
    background: #d8ebf8;
}
.web-mod-08 .box .b-cont {
    padding: 20px;
    color: #333333;
    line-height: 24px;
    font-size: 16px;
    display: none;
}

.web-mod-08 .box .b-cont p {
    font-size: 14px;
    color: #808080;
    padding-left: 50px;
}

.fl{float:left;}
.fr{float:right;}

.jjjt {
    width: 45px;
    height: 15px;
    background: url("../img/img-26.png") no-repeat center;
    margin-top: 18px;
}

.current .jjjt {
    background: url("../img/img-261.png") no-repeat center;
}

.tdjl-btn {
    display: inline-block;
    width: 126px;
    text-align: center;
    line-height: 32px;
    background: #2479b6;
    border: 1px solid #2479b6;
    font-size: 1em;
    color: #fff;
}

.tdjl-btn span {
    display: inline-block;
    width: 21px;
    height:16px;
    background: url("../img/email1.png") no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.tdjl-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #2479b6;
}

.tdjl-btn:hover span {
    background: url("../img/email2.png") no-repeat;
}

.khgs {
    text-align: right;
}

.contact {
    position: relative;
}

.left-contact {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    height: 440px;
    background: #2377be;
    padding: 40px;
}

.left-contact h4 {
    font-size: 1.28em;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.left-contact .lc1 {
    font-size: 1.14em;
    line-height: 30px;
    color: #fff;
}

.left-contact .lc2 {
    font-size: 1.14em;
    line-height: 30px;
    color: #a0d3ff;
    margin-bottom: 10px;
}

.right-dt {
    margin-left: 340px;
    height: 440px;
}

.right-dt img {
    width:100%;
    height: 100%;
}

.lylx-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.14em;
    color: #fff;
    line-height: 42px;
    width: 140px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 42px;
}

.lylx-btn span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../img/lylx.png") no-repeat;
    margin-top: -2px;
    margin-right: 10px;
}

.lylx-btn:hover {
    background: #ff5050;
    border-color: #ff5050;
    color: #fff;
}

.lylx-btn:focus {
    color: #fff;
}



.leave-msg {
    position: relative;
    width: 1050px;
    height: 490px;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    margin-top: 30px;
    padding: 60px;
}

.mail-group {
    margin-bottom: 40px;
}

.in-group {
    float: left;
    width: 48%;
    height: 45px;
}

.in-group:nth-child(2) {
    margin-left: 4%;
}

.in-group input {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 0 10px;
    color: #808080;
    outline: none;
}

.text-group {
    width: 100%;
}

.text-group textarea {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 10px;
    color: #808080;
    resize: vertical;
    min-height: 150px;
    outline: none;
    color: #808080;
}

.sm-btn {
    padding: 10px 30px;
    background: #fff;
    color: #666;
    border: 1px solid #e6e6e6;
    outline: none;
}

.cz-btn {
    padding: 15px 30px;
    background: #999;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-left: 20px;

}

.cz-btn:hover {
    color: #fff;
    background: #ff5050;
    border-color: #ff5050;
}

.sm-btn:hover {
    color: #fff;
    background: #ff5050;
    border-color: #ff5050;
}

.liuyan {
    position: fixed;
    display: none;
    background: rgba(0,0,0,.2);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.liuyan.active {
    display: flex;
}

.ly-title {
    font-size: 1.28em;
    line-height: 26px;
    color: #808080;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.ly-close {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    background: url("../img/ly-close.png") no-repeat;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.ly-close:hover {
    background: url("../img/ly-close1.png") no-repeat;
}


.menu-button {
    position: absolute;
    display: none;
    top: 25px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 13px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 999;
    border: 3px solid #d82819;
}
.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #d82819;

    border-radius: 10px;

    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(2) {
    opacity: 0;
}

.swiper-container.hxjd-banner .swiper-slide img {
    width: 100%;
}


.cebian {
    position: absolute;
    display: none;
    top: 0;
    right: -30px;
    width: 30px;
    height: 33px;
    background: url("../img/next.png") no-repeat;
}

.cebian.active {
    background: url("../img/prev.png") no-repeat;
}


@media screen and (max-width: 1710px) {
    .ts-body {
        width: 100%;
    }

    .logo {
        margin-left: 20px;
    }

    .h-s {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .hxjd-nav > li > a {
        width: 110px;
        font-size: 1.35em;
    }
}

@media screen and (max-width: 1440px) {
    .ch-en {
        margin-left: 90px;
    }

    .hxjd-nav > li > a {
        width: 90px;
        font-size: 1.14em;
    }
}

@media screen and (max-width: 1400px) {
    .content-body {
        width: 100%;
    }

    .logo {
        margin-left: 10px;
    }

    #menuSwitch {
        margin-right: 10px;
    }

    .detail-content {
        padding: 40px 10px;
    }

    .guide-list {

    }

    .guide-slider .guide.on {
        width: 16.66%;
    }

    .guide-slider .guide .behind {
        display: none;
    }

    .guide-slider .guide {
        width: 16.66%;
    }

    .guide-slider .guide .display {
        width: 100%;
    }

    .inner-right {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .hxjd-nav > li > a {
        width: 80px;
        font-size: 1.14em;
    }

    .news-item-body {
        padding: 6px 20px 0;
    }

    .right-list > li {
        margin-left: 70px;
    }
}

@media screen and (max-width: 1200px) {
    .menu-button {
        display: block;
    }

    .search {
        display: none;
    }

    .hxjd-nav {
        position: absolute;
        float: none;
        left: 0;
        width: 0;
        top: 100px;
        margin-top: 0;
        border-top: 1px solid rgba(100,100,100,0.6);
        background: rgba(255,255,255,0.9);
        box-shadow: 0 0 14px 1px #ccc;
        overflow: hidden;
        z-index: 999;
    }

    .hxjd-nav > li {
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
    }

    .hxjd-nav > li:before {
        border-bottom: none;
    }

    .hxjd-nav > li > a {
        display: block;
        font-size: 1.14em;
        border-radius: 0;
        width: 100%;
        line-height: 60px;
    }

    .erji {
        position: static;
        width: 100%;
    }

    .news-left {
        width: 100%;
        float: none;
    }

    .news-right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .warp2 {
        padding: 20px;
    }

    .swiper-container.honor {
        padding: 0;
    }

    .foot-menu {
        display: none;
    }

    .cebian {
        display: block;
    }

    .left-menu {
        position: fixed;
        width: 0;
        left: 0;
        top: 25%;
        z-index: 99;
    }

    .inner-right {
        margin-left: 0;
        padding: 20px;
    }

    .left-menu-top {
        overflow: hidden;
        word-break: keep-all;
    }
    
    .menu {
        overflow: hidden;
    }

    .menu a {
        word-break: keep-all;
    }
}

@media screen and (min-width: 993px) {
    .pc-hide {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .yd-hide {
        display: none;
    }

    .description {
        width: 100%;
    }

    .gg-text span {
        width: 40px;
        height: 40px;
        line-height: 30px;
        padding: 5px;
    }

    .gg-text span:before {
        width: 50px;
        height: 50px;
        left: -5px;
        top: -5px;
    }

    .gg-text h2 {
        font-size: 20px;
    }

    .guide-slider .guide.on {
        width: 33.33%;
    }

    .guide-slider .guide .behind {
        display: none;
    }

    .guide-slider .guide {
        width: 33.33%;
    }

    .guide-slider .guide .display {
        width: 100%;
    }

    .right-list {
        width: 70%;
        padding-left: 35px;
    }

    .right-list > li {
        width: 45%;
        margin-left: 10%;
        height: auto;
        margin-left: 0;
        min-height: inherit;
    }

    .right-list > li:nth-child(2n+1) {
        margin-left: 0;
    }

    .foot-code {
        width: 30%;
        padding-right: 35px;
    }

    .foot-code > a {
        display: none;
    }

    .right-list > li > a {
        margin-bottom: 10px;
    }

    .yeji-left {
        width: 100%;
        float: none;
    }

    .yeji-img {
        float: none;
        width: 100%;
        margin-top:10px;
    }

    .yeji-img img {
        width:100%;
    }

    .honor-box .honor-item {
        width: 49%;
        margin-left: 2%;
    }

    .honor-box .honor-item:nth-child(3n+1) {
        margin-left: 2%;
    }

    .honor-box .honor-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .product-box .product-item {
        width: 49%;
        margin-left: 2%;
    }

    .product-box .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }

    .product-box .product-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .case-sm-msg {
        position: static;
        width: 100%;
    }

    .web-mod-08 .box .b-title .add span {
        margin-left: 0;
        width: 30%;
    }

    .left-contact {
        position: static;
        width: 100%;
    }

    .right-dt {
        margin-left: 0;
    }
}


@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {
    .banner {
        margin-top: 85px;
    }


    .menu-switch {
        display: inline-block;
    }

    .ydclear {
        clear: both;
    }


}
/*page*/
.page {
    /* text-align: center; */
    /* margin-top: 30px; */
}
.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #e7e7e7;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #006eab;
    color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #006eab;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
